home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / unshar.zip / UNSHAR.1 < prev    next >
Text File  |  1989-12-20  |  1KB  |  38 lines

  1. .T1 unshar 1L
  2. .SH NAME
  3. unshar \- extract files from shell archive(s)
  4. .SH SYNTAX
  5. unshar [\-t] [\-b] [-v] [-xfile] [file(s)]
  6. .SH OPTIONS
  7. Options are processed by
  8. .B getopts(3).
  9. .TP 8
  10. .B \-t   
  11. Do not extract files, just list the files in the archive(s).
  12. .TP
  13. .B \-b
  14. Extract files from the archive(s) brutally, with no regard at all to things
  15. such as testing if the file exists, or chmoding the file etc. Currently
  16. this is the only method supported, but other methods would be easy to add.
  17. .TP
  18. .B \-v
  19. Be verbose. Used only for debugging purposes.
  20. .TP
  21. .B \-xfile
  22. Extract the named file from the shell archive. If the \-x flag is used,
  23. only those files specified will be extracted.
  24. .SH DESCRIPTION
  25. .I Unshar
  26. extracts files from one or more shell archives, and places them in the current
  27. directory. It does no forking to achieve this, and is relatively fast.
  28. If no file name is given as an agrumemt,
  29. .I unshar
  30. will use standard input.
  31. At the moment
  32. .I unshar
  33. is very simple-minded, and does its extraction rather brutally. The code
  34. has been written to allow more intelligent unarchiving methods to be
  35. added.
  36. .SH SEE ALSO
  37. shar(1), sh(1).
  38.